3.244 \(\int \cos (e+f x) (a+b \sec ^2(e+f x))^{3/2} \, dx\)

Optimal. Leaf size=224 \[ \frac {b \sin (e+f x) \sqrt {\sec ^2(e+f x) \left (-a \sin ^2(e+f x)+a+b\right )}}{f}+\frac {b (a+b) \sqrt {\cos ^2(e+f x)} \sqrt {1-\frac {a \sin ^2(e+f x)}{a+b}} \sqrt {\sec ^2(e+f x) \left (-a \sin ^2(e+f x)+a+b\right )} F\left (\sin ^{-1}(\sin (e+f x))|\frac {a}{a+b}\right )}{f \left (-a \sin ^2(e+f x)+a+b\right )}+\frac {(a-b) \sqrt {\cos ^2(e+f x)} \sqrt {\sec ^2(e+f x) \left (-a \sin ^2(e+f x)+a+b\right )} E\left (\sin ^{-1}(\sin (e+f x))|\frac {a}{a+b}\right )}{f \sqrt {1-\frac {a \sin ^2(e+f x)}{a+b}}} \]

[Out]

b*sin(f*x+e)*(sec(f*x+e)^2*(a+b-a*sin(f*x+e)^2))^(1/2)/f+(a-b)*EllipticE(sin(f*x+e),(a/(a+b))^(1/2))*(cos(f*x+
e)^2)^(1/2)*(sec(f*x+e)^2*(a+b-a*sin(f*x+e)^2))^(1/2)/f/(1-a*sin(f*x+e)^2/(a+b))^(1/2)+b*(a+b)*EllipticF(sin(f
*x+e),(a/(a+b))^(1/2))*(cos(f*x+e)^2)^(1/2)*(sec(f*x+e)^2*(a+b-a*sin(f*x+e)^2))^(1/2)*(1-a*sin(f*x+e)^2/(a+b))
^(1/2)/f/(a+b-a*sin(f*x+e)^2)

________________________________________________________________________________________

Rubi [A]  time = 0.30, antiderivative size = 277, normalized size of antiderivative = 1.24, number of steps used = 9, number of rules used = 9, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.391, Rules used = {4148, 6722, 1974, 413, 524, 426, 424, 421, 419} \[ \frac {b \sin (e+f x) \sqrt {-a \sin ^2(e+f x)+a+b} \sqrt {a+b \sec ^2(e+f x)}}{f \sqrt {a \cos ^2(e+f x)+b}}+\frac {b (a+b) \sqrt {\cos ^2(e+f x)} \sqrt {1-\frac {a \sin ^2(e+f x)}{a+b}} \sqrt {a+b \sec ^2(e+f x)} F\left (\sin ^{-1}(\sin (e+f x))|\frac {a}{a+b}\right )}{f \sqrt {-a \sin ^2(e+f x)+a+b} \sqrt {a \cos ^2(e+f x)+b}}+\frac {(a-b) \sqrt {\cos ^2(e+f x)} \sqrt {-a \sin ^2(e+f x)+a+b} \sqrt {a+b \sec ^2(e+f x)} E\left (\sin ^{-1}(\sin (e+f x))|\frac {a}{a+b}\right )}{f \sqrt {1-\frac {a \sin ^2(e+f x)}{a+b}} \sqrt {a \cos ^2(e+f x)+b}} \]

Antiderivative was successfully verified.

[In]

Int[Cos[e + f*x]*(a + b*Sec[e + f*x]^2)^(3/2),x]

[Out]

(b*Sqrt[a + b*Sec[e + f*x]^2]*Sin[e + f*x]*Sqrt[a + b - a*Sin[e + f*x]^2])/(f*Sqrt[b + a*Cos[e + f*x]^2]) + ((
a - b)*Sqrt[Cos[e + f*x]^2]*EllipticE[ArcSin[Sin[e + f*x]], a/(a + b)]*Sqrt[a + b*Sec[e + f*x]^2]*Sqrt[a + b -
 a*Sin[e + f*x]^2])/(f*Sqrt[b + a*Cos[e + f*x]^2]*Sqrt[1 - (a*Sin[e + f*x]^2)/(a + b)]) + (b*(a + b)*Sqrt[Cos[
e + f*x]^2]*EllipticF[ArcSin[Sin[e + f*x]], a/(a + b)]*Sqrt[a + b*Sec[e + f*x]^2]*Sqrt[1 - (a*Sin[e + f*x]^2)/
(a + b)])/(f*Sqrt[b + a*Cos[e + f*x]^2]*Sqrt[a + b - a*Sin[e + f*x]^2])

Rule 413

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[((a*d - c*b)*x*(a + b*x^n)^
(p + 1)*(c + d*x^n)^(q - 1))/(a*b*n*(p + 1)), x] - Dist[1/(a*b*n*(p + 1)), Int[(a + b*x^n)^(p + 1)*(c + d*x^n)
^(q - 2)*Simp[c*(a*d - c*b*(n*(p + 1) + 1)) + d*(a*d*(n*(q - 1) + 1) - b*c*(n*(p + q) + 1))*x^n, x], x], x] /;
 FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && LtQ[p, -1] && GtQ[q, 1] && IntBinomialQ[a, b, c, d, n, p, q
, x]

Rule 419

Int[1/(Sqrt[(a_) + (b_.)*(x_)^2]*Sqrt[(c_) + (d_.)*(x_)^2]), x_Symbol] :> Simp[(1*EllipticF[ArcSin[Rt[-(d/c),
2]*x], (b*c)/(a*d)])/(Sqrt[a]*Sqrt[c]*Rt[-(d/c), 2]), x] /; FreeQ[{a, b, c, d}, x] && NegQ[d/c] && GtQ[c, 0] &
& GtQ[a, 0] &&  !(NegQ[b/a] && SimplerSqrtQ[-(b/a), -(d/c)])

Rule 421

Int[1/(Sqrt[(a_) + (b_.)*(x_)^2]*Sqrt[(c_) + (d_.)*(x_)^2]), x_Symbol] :> Dist[Sqrt[1 + (d*x^2)/c]/Sqrt[c + d*
x^2], Int[1/(Sqrt[a + b*x^2]*Sqrt[1 + (d*x^2)/c]), x], x] /; FreeQ[{a, b, c, d}, x] &&  !GtQ[c, 0]

Rule 424

Int[Sqrt[(a_) + (b_.)*(x_)^2]/Sqrt[(c_) + (d_.)*(x_)^2], x_Symbol] :> Simp[(Sqrt[a]*EllipticE[ArcSin[Rt[-(d/c)
, 2]*x], (b*c)/(a*d)])/(Sqrt[c]*Rt[-(d/c), 2]), x] /; FreeQ[{a, b, c, d}, x] && NegQ[d/c] && GtQ[c, 0] && GtQ[
a, 0]

Rule 426

Int[Sqrt[(a_) + (b_.)*(x_)^2]/Sqrt[(c_) + (d_.)*(x_)^2], x_Symbol] :> Dist[Sqrt[a + b*x^2]/Sqrt[1 + (b*x^2)/a]
, Int[Sqrt[1 + (b*x^2)/a]/Sqrt[c + d*x^2], x], x] /; FreeQ[{a, b, c, d}, x] && NegQ[d/c] && GtQ[c, 0] &&  !GtQ
[a, 0]

Rule 524

Int[((e_) + (f_.)*(x_)^(n_))/(Sqrt[(a_) + (b_.)*(x_)^(n_)]*Sqrt[(c_) + (d_.)*(x_)^(n_)]), x_Symbol] :> Dist[f/
b, Int[Sqrt[a + b*x^n]/Sqrt[c + d*x^n], x], x] + Dist[(b*e - a*f)/b, Int[1/(Sqrt[a + b*x^n]*Sqrt[c + d*x^n]),
x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] &&  !(EqQ[n, 2] && ((PosQ[b/a] && PosQ[d/c]) || (NegQ[b/a] && (PosQ[
d/c] || (GtQ[a, 0] && ( !GtQ[c, 0] || SimplerSqrtQ[-(b/a), -(d/c)]))))))

Rule 1974

Int[(u_)^(p_.)*(v_)^(q_.), x_Symbol] :> Int[ExpandToSum[u, x]^p*ExpandToSum[v, x]^q, x] /; FreeQ[{p, q}, x] &&
 BinomialQ[{u, v}, x] && EqQ[BinomialDegree[u, x] - BinomialDegree[v, x], 0] &&  !BinomialMatchQ[{u, v}, x]

Rule 4148

Int[sec[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*sec[(e_.) + (f_.)*(x_)]^(n_))^(p_), x_Symbol] :> With[{ff = Fr
eeFactors[Sin[e + f*x], x]}, Dist[ff/f, Subst[Int[(a + b/(1 - ff^2*x^2)^(n/2))^p/(1 - ff^2*x^2)^((m + 1)/2), x
], x, Sin[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2] && IntegerQ[n/2] &&  !IntegerQ
[p]

Rule 6722

Int[(u_.)*((a_.) + (b_.)*(v_)^(n_))^(p_), x_Symbol] :> Dist[(a + b*v^n)^FracPart[p]/(v^(n*FracPart[p])*(b + a/
v^n)^FracPart[p]), Int[u*v^(n*p)*(b + a/v^n)^p, x], x] /; FreeQ[{a, b, p}, x] &&  !IntegerQ[p] && ILtQ[n, 0] &
& BinomialQ[v, x] &&  !LinearQ[v, x]

Rubi steps

\begin {align*} \int \cos (e+f x) \left (a+b \sec ^2(e+f x)\right )^{3/2} \, dx &=\frac {\operatorname {Subst}\left (\int \left (a+\frac {b}{1-x^2}\right )^{3/2} \, dx,x,\sin (e+f x)\right )}{f}\\ &=\frac {\left (\sqrt {\cos ^2(e+f x)} \sqrt {a+b \sec ^2(e+f x)}\right ) \operatorname {Subst}\left (\int \frac {\left (b+a \left (1-x^2\right )\right )^{3/2}}{\left (1-x^2\right )^{3/2}} \, dx,x,\sin (e+f x)\right )}{f \sqrt {b+a \cos ^2(e+f x)}}\\ &=\frac {\left (\sqrt {\cos ^2(e+f x)} \sqrt {a+b \sec ^2(e+f x)}\right ) \operatorname {Subst}\left (\int \frac {\left (a+b-a x^2\right )^{3/2}}{\left (1-x^2\right )^{3/2}} \, dx,x,\sin (e+f x)\right )}{f \sqrt {b+a \cos ^2(e+f x)}}\\ &=\frac {b \sqrt {a+b \sec ^2(e+f x)} \sin (e+f x) \sqrt {a+b-a \sin ^2(e+f x)}}{f \sqrt {b+a \cos ^2(e+f x)}}-\frac {\left (\sqrt {\cos ^2(e+f x)} \sqrt {a+b \sec ^2(e+f x)}\right ) \operatorname {Subst}\left (\int \frac {-a (a+b)+a (a-b) x^2}{\sqrt {1-x^2} \sqrt {a+b-a x^2}} \, dx,x,\sin (e+f x)\right )}{f \sqrt {b+a \cos ^2(e+f x)}}\\ &=\frac {b \sqrt {a+b \sec ^2(e+f x)} \sin (e+f x) \sqrt {a+b-a \sin ^2(e+f x)}}{f \sqrt {b+a \cos ^2(e+f x)}}-\frac {\left ((-a+b) \sqrt {\cos ^2(e+f x)} \sqrt {a+b \sec ^2(e+f x)}\right ) \operatorname {Subst}\left (\int \frac {\sqrt {a+b-a x^2}}{\sqrt {1-x^2}} \, dx,x,\sin (e+f x)\right )}{f \sqrt {b+a \cos ^2(e+f x)}}+\frac {\left (b (a+b) \sqrt {\cos ^2(e+f x)} \sqrt {a+b \sec ^2(e+f x)}\right ) \operatorname {Subst}\left (\int \frac {1}{\sqrt {1-x^2} \sqrt {a+b-a x^2}} \, dx,x,\sin (e+f x)\right )}{f \sqrt {b+a \cos ^2(e+f x)}}\\ &=\frac {b \sqrt {a+b \sec ^2(e+f x)} \sin (e+f x) \sqrt {a+b-a \sin ^2(e+f x)}}{f \sqrt {b+a \cos ^2(e+f x)}}-\frac {\left ((-a+b) \sqrt {\cos ^2(e+f x)} \sqrt {a+b \sec ^2(e+f x)} \sqrt {a+b-a \sin ^2(e+f x)}\right ) \operatorname {Subst}\left (\int \frac {\sqrt {1-\frac {a x^2}{a+b}}}{\sqrt {1-x^2}} \, dx,x,\sin (e+f x)\right )}{f \sqrt {b+a \cos ^2(e+f x)} \sqrt {1-\frac {a \sin ^2(e+f x)}{a+b}}}+\frac {\left (b (a+b) \sqrt {\cos ^2(e+f x)} \sqrt {a+b \sec ^2(e+f x)} \sqrt {1-\frac {a \sin ^2(e+f x)}{a+b}}\right ) \operatorname {Subst}\left (\int \frac {1}{\sqrt {1-x^2} \sqrt {1-\frac {a x^2}{a+b}}} \, dx,x,\sin (e+f x)\right )}{f \sqrt {b+a \cos ^2(e+f x)} \sqrt {a+b-a \sin ^2(e+f x)}}\\ &=\frac {b \sqrt {a+b \sec ^2(e+f x)} \sin (e+f x) \sqrt {a+b-a \sin ^2(e+f x)}}{f \sqrt {b+a \cos ^2(e+f x)}}+\frac {(a-b) \sqrt {\cos ^2(e+f x)} E\left (\sin ^{-1}(\sin (e+f x))|\frac {a}{a+b}\right ) \sqrt {a+b \sec ^2(e+f x)} \sqrt {a+b-a \sin ^2(e+f x)}}{f \sqrt {b+a \cos ^2(e+f x)} \sqrt {1-\frac {a \sin ^2(e+f x)}{a+b}}}+\frac {b (a+b) \sqrt {\cos ^2(e+f x)} F\left (\sin ^{-1}(\sin (e+f x))|\frac {a}{a+b}\right ) \sqrt {a+b \sec ^2(e+f x)} \sqrt {1-\frac {a \sin ^2(e+f x)}{a+b}}}{f \sqrt {b+a \cos ^2(e+f x)} \sqrt {a+b-a \sin ^2(e+f x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [F]  time = 12.58, size = 0, normalized size = 0.00 \[ \int \cos (e+f x) \left (a+b \sec ^2(e+f x)\right )^{3/2} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Cos[e + f*x]*(a + b*Sec[e + f*x]^2)^(3/2),x]

[Out]

Integrate[Cos[e + f*x]*(a + b*Sec[e + f*x]^2)^(3/2), x]

________________________________________________________________________________________

fricas [F]  time = 0.58, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b \cos \left (f x + e\right ) \sec \left (f x + e\right )^{2} + a \cos \left (f x + e\right )\right )} \sqrt {b \sec \left (f x + e\right )^{2} + a}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)*(a+b*sec(f*x+e)^2)^(3/2),x, algorithm="fricas")

[Out]

integral((b*cos(f*x + e)*sec(f*x + e)^2 + a*cos(f*x + e))*sqrt(b*sec(f*x + e)^2 + a), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sec \left (f x + e\right )^{2} + a\right )}^{\frac {3}{2}} \cos \left (f x + e\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)*(a+b*sec(f*x+e)^2)^(3/2),x, algorithm="giac")

[Out]

integrate((b*sec(f*x + e)^2 + a)^(3/2)*cos(f*x + e), x)

________________________________________________________________________________________

maple [C]  time = 1.55, size = 3632, normalized size = 16.21 \[ \text {output too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(f*x+e)*(a+b*sec(f*x+e)^2)^(3/2),x)

[Out]

-1/2/f*((b+a*cos(f*x+e)^2)/cos(f*x+e)^2)^(3/2)*cos(f*x+e)^2*(-4*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)*cos(f*
x+e)^3*a^2*b+2*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)*cos(f*x+e)^3*a*b^2-4*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^
(1/2)*cos(f*x+e)*a*b^2-sin(f*x+e)*2^(1/2)*((I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)+a*cos(f*x+e)+b)/(1+
cos(f*x+e))/(a+b))^(1/2)*(-2*(I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)-a*cos(f*x+e)-b)/(1+cos(f*x+e))/(a
+b))^(1/2)*EllipticE((-1+cos(f*x+e))*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)/sin(f*x+e),(-(4*I*a^(3/2)*b^(1/2)
-4*I*a^(1/2)*b^(3/2)-a^2+6*a*b-b^2)/(a+b)^2)^(1/2))*cos(f*x+e)^2*a^2*b+sin(f*x+e)*2^(1/2)*((I*a^(1/2)*b^(1/2)*
cos(f*x+e)-I*a^(1/2)*b^(1/2)+a*cos(f*x+e)+b)/(1+cos(f*x+e))/(a+b))^(1/2)*(-2*(I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a
^(1/2)*b^(1/2)-a*cos(f*x+e)-b)/(1+cos(f*x+e))/(a+b))^(1/2)*EllipticE((-1+cos(f*x+e))*((2*I*a^(1/2)*b^(1/2)+a-b
)/(a+b))^(1/2)/sin(f*x+e),(-(4*I*a^(3/2)*b^(1/2)-4*I*a^(1/2)*b^(3/2)-a^2+6*a*b-b^2)/(a+b)^2)^(1/2))*cos(f*x+e)
^2*a*b^2-cos(f*x+e)*2^(1/2)*((I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)+a*cos(f*x+e)+b)/(1+cos(f*x+e))/(a
+b))^(1/2)*(-2*(I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)-a*cos(f*x+e)-b)/(1+cos(f*x+e))/(a+b))^(1/2)*Ell
ipticE((-1+cos(f*x+e))*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)/sin(f*x+e),(-(4*I*a^(3/2)*b^(1/2)-4*I*a^(1/2)*b
^(3/2)-a^2+6*a*b-b^2)/(a+b)^2)^(1/2))*sin(f*x+e)*a^2*b+cos(f*x+e)*2^(1/2)*((I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(
1/2)*b^(1/2)+a*cos(f*x+e)+b)/(1+cos(f*x+e))/(a+b))^(1/2)*(-2*(I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)-a
*cos(f*x+e)-b)/(1+cos(f*x+e))/(a+b))^(1/2)*EllipticE((-1+cos(f*x+e))*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)/s
in(f*x+e),(-(4*I*a^(3/2)*b^(1/2)-4*I*a^(1/2)*b^(3/2)-a^2+6*a*b-b^2)/(a+b)^2)^(1/2))*sin(f*x+e)*a*b^2+2*cos(f*x
+e)^3*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)*a^3+2*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)*cos(f*x+e)^4*a^2*b
-2*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)*cos(f*x+e)^4*a^3+2*cos(f*x+e)*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/
2)*a^2*b+2*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)*cos(f*x+e)*b^3-4*I*a^(1/2)*b^(5/2)*((2*I*a^(1/2)*b^(1/2)+a-
b)/(a+b))^(1/2)+sin(f*x+e)*2^(1/2)*((I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)+a*cos(f*x+e)+b)/(1+cos(f*x
+e))/(a+b))^(1/2)*(-2*(I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)-a*cos(f*x+e)-b)/(1+cos(f*x+e))/(a+b))^(1
/2)*EllipticE((-1+cos(f*x+e))*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)/sin(f*x+e),(-(4*I*a^(3/2)*b^(1/2)-4*I*a^
(1/2)*b^(3/2)-a^2+6*a*b-b^2)/(a+b)^2)^(1/2))*cos(f*x+e)^2*b^3-sin(f*x+e)*2^(1/2)*((I*a^(1/2)*b^(1/2)*cos(f*x+e
)-I*a^(1/2)*b^(1/2)+a*cos(f*x+e)+b)/(1+cos(f*x+e))/(a+b))^(1/2)*(-2*(I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^
(1/2)-a*cos(f*x+e)-b)/(1+cos(f*x+e))/(a+b))^(1/2)*EllipticE((-1+cos(f*x+e))*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^
(1/2)/sin(f*x+e),(-(4*I*a^(3/2)*b^(1/2)-4*I*a^(1/2)*b^(3/2)-a^2+6*a*b-b^2)/(a+b)^2)^(1/2))*cos(f*x+e)^2*a^3+2*
((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)*a*b^2-2*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)*b^3-cos(f*x+e)*2^(1/2)
*((I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)+a*cos(f*x+e)+b)/(1+cos(f*x+e))/(a+b))^(1/2)*(-2*(I*a^(1/2)*b
^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)-a*cos(f*x+e)-b)/(1+cos(f*x+e))/(a+b))^(1/2)*EllipticE((-1+cos(f*x+e))*((2*
I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)/sin(f*x+e),(-(4*I*a^(3/2)*b^(1/2)-4*I*a^(1/2)*b^(3/2)-a^2+6*a*b-b^2)/(a+b)
^2)^(1/2))*sin(f*x+e)*a^3+cos(f*x+e)*2^(1/2)*((I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)+a*cos(f*x+e)+b)/
(1+cos(f*x+e))/(a+b))^(1/2)*(-2*(I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)-a*cos(f*x+e)-b)/(1+cos(f*x+e))
/(a+b))^(1/2)*EllipticE((-1+cos(f*x+e))*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)/sin(f*x+e),(-(4*I*a^(3/2)*b^(1
/2)-4*I*a^(1/2)*b^(3/2)-a^2+6*a*b-b^2)/(a+b)^2)^(1/2))*sin(f*x+e)*b^3+2*I*sin(f*x+e)*2^(1/2)*((I*a^(1/2)*b^(1/
2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)+a*cos(f*x+e)+b)/(1+cos(f*x+e))/(a+b))^(1/2)*(-2*(I*a^(1/2)*b^(1/2)*cos(f*x+e)-
I*a^(1/2)*b^(1/2)-a*cos(f*x+e)-b)/(1+cos(f*x+e))/(a+b))^(1/2)*EllipticF((-1+cos(f*x+e))*((2*I*a^(1/2)*b^(1/2)+
a-b)/(a+b))^(1/2)/sin(f*x+e),(-(4*I*a^(3/2)*b^(1/2)-4*I*a^(1/2)*b^(3/2)-a^2+6*a*b-b^2)/(a+b)^2)^(1/2))*cos(f*x
+e)^2*a^(5/2)*b^(1/2)+4*I*sin(f*x+e)*2^(1/2)*((I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)+a*cos(f*x+e)+b)/
(1+cos(f*x+e))/(a+b))^(1/2)*(-2*(I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)-a*cos(f*x+e)-b)/(1+cos(f*x+e))
/(a+b))^(1/2)*EllipticF((-1+cos(f*x+e))*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)/sin(f*x+e),(-(4*I*a^(3/2)*b^(1
/2)-4*I*a^(1/2)*b^(3/2)-a^2+6*a*b-b^2)/(a+b)^2)^(1/2))*cos(f*x+e)^2*a^(3/2)*b^(3/2)+2*I*sin(f*x+e)*2^(1/2)*((I
*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)+a*cos(f*x+e)+b)/(1+cos(f*x+e))/(a+b))^(1/2)*(-2*(I*a^(1/2)*b^(1/
2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)-a*cos(f*x+e)-b)/(1+cos(f*x+e))/(a+b))^(1/2)*EllipticF((-1+cos(f*x+e))*((2*I*a^
(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)/sin(f*x+e),(-(4*I*a^(3/2)*b^(1/2)-4*I*a^(1/2)*b^(3/2)-a^2+6*a*b-b^2)/(a+b)^2)^
(1/2))*cos(f*x+e)^2*a^(1/2)*b^(5/2)+2*I*sin(f*x+e)*2^(1/2)*((I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)+a*
cos(f*x+e)+b)/(1+cos(f*x+e))/(a+b))^(1/2)*(-2*(I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)-a*cos(f*x+e)-b)/
(1+cos(f*x+e))/(a+b))^(1/2)*EllipticF((-1+cos(f*x+e))*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)/sin(f*x+e),(-(4*
I*a^(3/2)*b^(1/2)-4*I*a^(1/2)*b^(3/2)-a^2+6*a*b-b^2)/(a+b)^2)^(1/2))*cos(f*x+e)*a^(5/2)*b^(1/2)+4*I*sin(f*x+e)
*2^(1/2)*((I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)+a*cos(f*x+e)+b)/(1+cos(f*x+e))/(a+b))^(1/2)*(-2*(I*a
^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)-a*cos(f*x+e)-b)/(1+cos(f*x+e))/(a+b))^(1/2)*EllipticF((-1+cos(f*x+
e))*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)/sin(f*x+e),(-(4*I*a^(3/2)*b^(1/2)-4*I*a^(1/2)*b^(3/2)-a^2+6*a*b-b^
2)/(a+b)^2)^(1/2))*cos(f*x+e)*a^(3/2)*b^(3/2)+2*I*sin(f*x+e)*2^(1/2)*((I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*
b^(1/2)+a*cos(f*x+e)+b)/(1+cos(f*x+e))/(a+b))^(1/2)*(-2*(I*a^(1/2)*b^(1/2)*cos(f*x+e)-I*a^(1/2)*b^(1/2)-a*cos(
f*x+e)-b)/(1+cos(f*x+e))/(a+b))^(1/2)*EllipticF((-1+cos(f*x+e))*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)/sin(f*
x+e),(-(4*I*a^(3/2)*b^(1/2)-4*I*a^(1/2)*b^(3/2)-a^2+6*a*b-b^2)/(a+b)^2)^(1/2))*cos(f*x+e)*a^(1/2)*b^(5/2)+4*I*
cos(f*x+e)*a^(1/2)*b^(5/2)*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)+4*I*cos(f*x+e)^4*a^(5/2)*b^(1/2)*((2*I*a^(1
/2)*b^(1/2)+a-b)/(a+b))^(1/2)-4*I*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)*cos(f*x+e)^3*a^(5/2)*b^(1/2)+4*I*((2
*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)*cos(f*x+e)^3*a^(3/2)*b^(3/2)-4*I*((2*I*a^(1/2)*b^(1/2)+a-b)/(a+b))^(1/2)*
cos(f*x+e)*a^(3/2)*b^(3/2))/sin(f*x+e)/(b+a*cos(f*x+e)^2)^2/(2*I*a^(1/2)*b^(1/2)-a+b)/((2*I*a^(1/2)*b^(1/2)+a-
b)/(a+b))^(1/2)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sec \left (f x + e\right )^{2} + a\right )}^{\frac {3}{2}} \cos \left (f x + e\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)*(a+b*sec(f*x+e)^2)^(3/2),x, algorithm="maxima")

[Out]

integrate((b*sec(f*x + e)^2 + a)^(3/2)*cos(f*x + e), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.00 \[ \int \cos \left (e+f\,x\right )\,{\left (a+\frac {b}{{\cos \left (e+f\,x\right )}^2}\right )}^{3/2} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(e + f*x)*(a + b/cos(e + f*x)^2)^(3/2),x)

[Out]

int(cos(e + f*x)*(a + b/cos(e + f*x)^2)^(3/2), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)*(a+b*sec(f*x+e)**2)**(3/2),x)

[Out]

Timed out

________________________________________________________________________________________